net/http.http2ClientConn.maxFrameSize (field)
7 uses
net/http (current package)
h2_bundle.go#L6998: maxFrameSize uint32
h2_bundle.go#L7372: maxFrameSize: 16 << 10, // spec default
h2_bundle.go#L8093: err = cc.writeHeaders(cs.ID, endStream, int(cc.maxFrameSize), hdrs)
h2_bundle.go#L8260: maxFrameSize := int(cc.maxFrameSize)
h2_bundle.go#L8412: if take > int32(cc.maxFrameSize) {
h2_bundle.go#L8413: take = int32(cc.maxFrameSize)
h2_bundle.go#L9398: cc.maxFrameSize = s.Val
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)